home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
3082
/
3082.xpi
/
chrome
/
skin
/
tabbar.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2009-06-06
|
1KB
|
26 lines
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-tabs {-moz-binding:url("chrome://undoclosedtabsbutton/content/tabbarOverlay.xml#tabbrowser-tabs") !important;}
/* Stlye the UCTB tab bar button */
.uctb-tab-button {
list-style-image: url("chrome://undoclosedtabsbutton/skin/toolbar-button-small-passive.png");
margin-right: 3px;
}
.uctb-tab-button:hover {list-style-image: url("chrome://undoclosedtabsbutton/skin/toolbar-button-small-active.png");}
.uctb-tab-button[disabled="true"] {list-style-image: url("chrome://undoclosedtabsbutton/skin/toolbar-button-small-disabled.png");}
.uctb-tab-button[disabled="true"]:hover {list-style-image: url("chrome://undoclosedtabsbutton/skin/toolbar-button-small-disabled.png");}
.uctb-tab-button .toolbarbutton-icon {
padding-left: 3px;
margin-left: -1px;
margin-right: 2px;
}
/* Give the tab overflow left side arrow button a border */
.tabbrowser-arrowscrollbox > .scrollbutton-up {
border-left: 1px ThreeDShadow solid !important;
-moz-border-radius-topleft: 2px !important;
}